Autogenerated HTML docs for v1.5.3-rc6-23-g0058 
diff --git a/config.txt b/config.txt index 462595c..903610f 100644 --- a/config.txt +++ b/config.txt 
@@ -283,7 +283,7 @@    core.editor:: 	Commands such as `commit` and `tag` that lets you edit -	messages by lauching an editor uses the value of this +	messages by launching an editor uses the value of this 	variable when it is set, and the environment variable 	`GIT_EDITOR` is not set. The order of preference is 	`GIT_EDITOR` environment, `core.editor`, `VISUAL` and @@ -465,11 +465,11 @@ 	be encountered again. See gitlink:git-rerere[1].    gitcvs.enabled:: -	Whether the cvs server interface is enabled for this repository. +	Whether the CVS server interface is enabled for this repository. 	See gitlink:git-cvsserver[1].    gitcvs.logfile:: -	Path to a log file where the cvs server interface well... logs +	Path to a log file where the CVS server interface well... logs 	various stuff. See gitlink:git-cvsserver[1].    gitcvs.allbinary:: @@ -500,10 +500,10 @@ 	'gitcvs.dbuser' supports variable substitution (see 	gitlink:git-cvsserver[1] for details).   -All gitcvs variables except for 'gitcvs.allbinary' can also specifed -as 'gitcvs.<access_method>.<varname>' (where 'access_method' is one -of "ext" and "pserver") to make them apply only for the given access -method. +All gitcvs variables except for 'gitcvs.allbinary' can also be +specified as 'gitcvs.<access_method>.<varname>' (where 'access_method' +is one of "ext" and "pserver") to make them apply only for the given +access method.    http.sslVerify:: 	Whether to verify the SSL certificate when fetching or pushing @@ -615,7 +615,7 @@ 	not set, defaults to -1.    pack.deltaCacheSize:: -	The maxium memory in bytes used for caching deltas in +	The maximum memory in bytes used for caching deltas in 	gitlink:git-pack-objects[1]. 	A value of 0 means no limit. Defaults to 0.